AudioLibraryException(string, Exception)

Constructor

Namespace: Vox

Declared in: Vox.AudioLibraryException


Constructor which accepts a message and wraps an existing exception.

Syntax

public AudioLibraryException(
	string message,
	Exception innerException
)

Back to index